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
adding
#17
master
Björn
4 years ago
parent
94d02eec76
commit
ed90532ef6
6 changed files
with
10 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dist/crispy_all.css
+1
-1
dist/crispy_minimal.css
+1
-1
dist/example/styles.css
+0
-1
package.json
+6
-0
src/_mixins.scss
+1
-1
src/_variables.scss
+ 1
- 1
dist/crispy_all.css
File diff suppressed because it is too large
View File
+ 1
- 1
dist/crispy_minimal.css
File diff suppressed because it is too large
View File
+ 1
- 1
dist/example/styles.css
File diff suppressed because it is too large
View File
+ 0
- 1
package.json
View File
@ -26,7 +26,6 @@
"sass-loader"
:
"^8.0.0"
}
,
"dependencies"
:
{
"normalize-scss"
:
"^7.0.1"
,
"reflex-grid"
:
"^2.0.4"
}
}
+ 6
- 0
src/_mixins.scss
View File
@ -84,6 +84,12 @@
}
}
@mixin
crispy__media-xxs-only
()
{
@media
only
screen
and
(
max-width
:
$crispy__xs
)
{
@content
;
}
}
@mixin
crispy__media-xs-only
()
{
@media
only
screen
and
(
min-width
:
$crispy__xs
)
and
(
max-width
:
$crispy__sm
-
1
)
{
@content
;
+ 1
- 1
src/_variables.scss
View File
@ -22,7 +22,7 @@ $crispy__direction: ltr !default;
/
/
spacing
$crispy__spacing
:
15
px
!default
;
$crispy__spacing__steps
:
5
!default
;
$crispy__spacing__steps
:
7
!default
;
/
/
colors
$crispy__color-primary
:
#f18f01
!default
;
Write
Preview
Loading…
Cancel
Save