瀏覽代碼

Rename bulma folder to sass

Jeremy Thomas 9 年之前
父節點
當前提交
0203ab2f44
共有 45 個文件被更改,包括 22 次插入10 次删除
  1. 6 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      bower.json
  4. 7 7
      bulma.sass
  5. 6 0
      css/bulma.css
  6. 0 0
      css/bulma.css.map
  7. 0 0
      css/bulma.min.css
  8. 0 0
      css/bulma.min.css.map
  9. 1 1
      package.json
  10. 0 0
      sass/base/base.sass
  11. 0 0
      sass/base/content.sass
  12. 0 0
      sass/base/generic.sass
  13. 0 0
      sass/base/helpers.sass
  14. 0 0
      sass/base/highlight.sass
  15. 0 0
      sass/components/card.sass
  16. 0 0
      sass/components/components.sass
  17. 0 0
      sass/components/grid.sass
  18. 0 0
      sass/components/media.sass
  19. 0 0
      sass/components/menu.sass
  20. 0 0
      sass/components/modal.sass
  21. 0 0
      sass/components/navbar.sass
  22. 0 0
      sass/components/pagination.sass
  23. 0 0
      sass/components/panel.sass
  24. 0 0
      sass/components/table.sass
  25. 0 0
      sass/components/tabs.sass
  26. 0 0
      sass/config/generated-variables.sass
  27. 0 0
      sass/config/variables.sass
  28. 0 0
      sass/elements/buttons.sass
  29. 0 0
      sass/elements/controls.sass
  30. 0 0
      sass/elements/elements.sass
  31. 0 0
      sass/elements/images.sass
  32. 0 0
      sass/elements/messages.sass
  33. 0 0
      sass/elements/notifications.sass
  34. 0 0
      sass/elements/progress.sass
  35. 0 0
      sass/elements/titles.sass
  36. 0 0
      sass/layout/footer.sass
  37. 0 0
      sass/layout/header.sass
  38. 0 0
      sass/layout/hero.sass
  39. 0 0
      sass/layout/layout.sass
  40. 0 0
      sass/layout/section.sass
  41. 0 0
      sass/utilities/animations.sass
  42. 0 0
      sass/utilities/functions.sass
  43. 0 0
      sass/utilities/mixins.sass
  44. 0 0
      sass/utilities/reset.sass
  45. 0 0
      sass/utilities/utilities.sass

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Bulma Changelog
 # Bulma Changelog
 
 
+## 0.0.23
+
+### BREAKING
+
+* `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
+
 ## 0.0.22
 ## 0.0.22
 
 
 ### Fixed
 ### Fixed

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ bower install bulma
 
 
 ### CDN
 ### CDN
 
 
-[https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.21/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.21/css/bulma.min.css)
+[https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.22/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.22/css/bulma.min.css)
 
 
 Feel free to raise an issue or submit a pull request.
 Feel free to raise an issue or submit a pull request.
 
 

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "bulma",
   "name": "bulma",
-  "version": "0.0.21",
+  "version": "0.0.22",
   "homepage": "http://bulma.io",
   "homepage": "http://bulma.io",
   "authors": [
   "authors": [
     "jgthms <bbxdesign@gmail.com>"
     "jgthms <bbxdesign@gmail.com>"

+ 7 - 7
bulma.sass

@@ -1,9 +1,9 @@
 @charset "utf-8"
 @charset "utf-8"
 
 
-@import "bulma/utilities/utilities"
-@import "bulma/config/variables"
-@import "bulma/config/generated-variables"
-@import "bulma/base/base"
-@import "bulma/elements/elements"
-@import "bulma/components/components"
-@import "bulma/layout/layout"
+@import "sass/utilities/utilities"
+@import "sass/config/variables"
+@import "sass/config/generated-variables"
+@import "sass/base/base"
+@import "sass/elements/elements"
+@import "sass/components/components"
+@import "sass/layout/layout"

+ 6 - 0
css/bulma.css

@@ -5107,6 +5107,7 @@ a.header-item.is-active {
   color: rgba(255, 255, 255, 0.7);
   color: rgba(255, 255, 255, 0.7);
 }
 }
 
 
+.hero.is-dark .subtitle a,
 .hero.is-dark .subtitle strong {
 .hero.is-dark .subtitle strong {
   color: white;
   color: white;
 }
 }
@@ -5193,6 +5194,7 @@ a.header-item.is-active {
   color: rgba(255, 255, 255, 0.7);
   color: rgba(255, 255, 255, 0.7);
 }
 }
 
 
+.hero.is-primary .subtitle a,
 .hero.is-primary .subtitle strong {
 .hero.is-primary .subtitle strong {
   color: white;
   color: white;
 }
 }
@@ -5279,6 +5281,7 @@ a.header-item.is-active {
   color: rgba(255, 255, 255, 0.7);
   color: rgba(255, 255, 255, 0.7);
 }
 }
 
 
+.hero.is-info .subtitle a,
 .hero.is-info .subtitle strong {
 .hero.is-info .subtitle strong {
   color: white;
   color: white;
 }
 }
@@ -5365,6 +5368,7 @@ a.header-item.is-active {
   color: rgba(255, 255, 255, 0.7);
   color: rgba(255, 255, 255, 0.7);
 }
 }
 
 
+.hero.is-success .subtitle a,
 .hero.is-success .subtitle strong {
 .hero.is-success .subtitle strong {
   color: white;
   color: white;
 }
 }
@@ -5451,6 +5455,7 @@ a.header-item.is-active {
   color: rgba(0, 0, 0, 0.7);
   color: rgba(0, 0, 0, 0.7);
 }
 }
 
 
+.hero.is-warning .subtitle a,
 .hero.is-warning .subtitle strong {
 .hero.is-warning .subtitle strong {
   color: rgba(0, 0, 0, 0.5);
   color: rgba(0, 0, 0, 0.5);
 }
 }
@@ -5537,6 +5542,7 @@ a.header-item.is-active {
   color: rgba(255, 255, 255, 0.7);
   color: rgba(255, 255, 255, 0.7);
 }
 }
 
 
+.hero.is-danger .subtitle a,
 .hero.is-danger .subtitle strong {
 .hero.is-danger .subtitle strong {
   color: white;
   color: white;
 }
 }

File diff suppressed because it is too large
+ 0 - 0
css/bulma.css.map


File diff suppressed because it is too large
+ 0 - 0
css/bulma.min.css


File diff suppressed because it is too large
+ 0 - 0
css/bulma.min.css.map


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "bulma",
   "name": "bulma",
-  "version": "0.0.21",
+  "version": "0.0.22",
   "homepage": "http://bulma.io",
   "homepage": "http://bulma.io",
   "author": "jgthms <bbxdesign@gmail.com>",
   "author": "jgthms <bbxdesign@gmail.com>",
   "description": "Modern CSS framework based on Flexbox",
   "description": "Modern CSS framework based on Flexbox",

+ 0 - 0
bulma/base/base.sass → sass/base/base.sass


+ 0 - 0
bulma/base/content.sass → sass/base/content.sass


+ 0 - 0
bulma/base/generic.sass → sass/base/generic.sass


+ 0 - 0
bulma/base/helpers.sass → sass/base/helpers.sass


+ 0 - 0
bulma/base/highlight.sass → sass/base/highlight.sass


+ 0 - 0
bulma/components/card.sass → sass/components/card.sass


+ 0 - 0
bulma/components/components.sass → sass/components/components.sass


+ 0 - 0
bulma/components/grid.sass → sass/components/grid.sass


+ 0 - 0
bulma/components/media.sass → sass/components/media.sass


+ 0 - 0
bulma/components/menu.sass → sass/components/menu.sass


+ 0 - 0
bulma/components/modal.sass → sass/components/modal.sass


+ 0 - 0
bulma/components/navbar.sass → sass/components/navbar.sass


+ 0 - 0
bulma/components/pagination.sass → sass/components/pagination.sass


+ 0 - 0
bulma/components/panel.sass → sass/components/panel.sass


+ 0 - 0
bulma/components/table.sass → sass/components/table.sass


+ 0 - 0
bulma/components/tabs.sass → sass/components/tabs.sass


+ 0 - 0
bulma/config/generated-variables.sass → sass/config/generated-variables.sass


+ 0 - 0
bulma/config/variables.sass → sass/config/variables.sass


+ 0 - 0
bulma/elements/buttons.sass → sass/elements/buttons.sass


+ 0 - 0
bulma/elements/controls.sass → sass/elements/controls.sass


+ 0 - 0
bulma/elements/elements.sass → sass/elements/elements.sass


+ 0 - 0
bulma/elements/images.sass → sass/elements/images.sass


+ 0 - 0
bulma/elements/messages.sass → sass/elements/messages.sass


+ 0 - 0
bulma/elements/notifications.sass → sass/elements/notifications.sass


+ 0 - 0
bulma/elements/progress.sass → sass/elements/progress.sass


+ 0 - 0
bulma/elements/titles.sass → sass/elements/titles.sass


+ 0 - 0
bulma/layout/footer.sass → sass/layout/footer.sass


+ 0 - 0
bulma/layout/header.sass → sass/layout/header.sass


+ 0 - 0
bulma/layout/hero.sass → sass/layout/hero.sass


+ 0 - 0
bulma/layout/layout.sass → sass/layout/layout.sass


+ 0 - 0
bulma/layout/section.sass → sass/layout/section.sass


+ 0 - 0
bulma/utilities/animations.sass → sass/utilities/animations.sass


+ 0 - 0
bulma/utilities/functions.sass → sass/utilities/functions.sass


+ 0 - 0
bulma/utilities/mixins.sass → sass/utilities/mixins.sass


+ 0 - 0
bulma/utilities/reset.sass → sass/utilities/reset.sass


+ 0 - 0
bulma/utilities/utilities.sass → sass/utilities/utilities.sass


Some files were not shown because too many files changed in this diff