Browse Source

bugfix

master
nirgendswo 7 years ago
parent
commit
7eec0759d8
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      package.json
  2. +1
    -1
      scss/components/_body.scss
  3. +2
    -2
      scss/crispyBoilerplate.scss

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "crispy-boilerplate",
"version": "0.5.0",
"version": "0.6.0",
"description": "Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions",
"repository": {
"type": "git",


+ 1
- 1
scss/components/_body.scss View File

@ -16,7 +16,7 @@ $body__direction: ltr !default;
// colors
$body__color: black !default;
$body__backgroun-color: white !default;
$body__background-color: white !default;
@mixin crispy-boilerplate-body {
body {


+ 2
- 2
scss/crispyBoilerplate.scss View File

@ -1,5 +1,5 @@
@import
'../../node_modules/normalize.css/normalize.css'
'../node_modules/normalize.css/normalize',
'functions/units',
'functions/zIndex',
@ -7,7 +7,7 @@
'mixins',
'components/align',
'components/animations',
'components/animation',
'components/body',
'components/button',
'components/heading',


Loading…
Cancel
Save