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
update
master
nirgendswo
7 years ago
parent
f674603dcb
commit
e5e4ed0e37
4 changed files
with
17 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+14
-0
src/components/_clearfix.scss
+1
-0
src/crispyBoilerplate.scss
+1
-0
src/example.scss
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"crispy-boilerplate"
,
"version"
:
"0.
8
.0"
,
"version"
:
"0.
9
.0"
,
"description"
:
"Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions"
,
"repository"
:
{
"type"
:
"git"
,
+ 14
- 0
src/components/_clearfix.scss
View File
@ -0,0 +1,14 @@
/
*
*
*
clearfix
*
*
*
@
author
Björn
Hase
*
*
/
@mixin
crispy-boilerplate-clearfix
()
{
.
clearfix
{
@include
clearfix
()
;
}
}
+ 1
- 0
src/crispyBoilerplate.scss
View File
@ -10,6 +10,7 @@
'
components/animation
'
,
'
components/body
'
,
'
components/button
'
,
'
components/clearfix
'
,
'
components/heading
'
,
'
components/icon
'
,
'
components/list
'
,
+ 1
- 0
src/example.scss
View File
@ -2,6 +2,7 @@
'
crispyBoilerplate
'
;
@include
crispy-boilerplate-align
()
;
@include
crispy-boilerplate-clearfix
()
;
@include
crispy-boilerplate-list
()
;
@include
crispy-boilerplate-text-colors
()
;
@include
crispy-boilerplate-animation
()
;
Write
Preview
Loading…
Cancel
Save