This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
crispy-css
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
bugfix
master
nirgendswo
7 years ago
parent
16547c9b8f
commit
7eec0759d8
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-1
scss/components/_body.scss
+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__backgroun
d
-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/animation
s
'
,
'
components/animation
'
,
'
components/body
'
,
'
components/button
'
,
'
components/heading
'
,
Write
Preview
Loading…
Cancel
Save