kyruus-bootstrap-sass 1.0.0.rc2 → 1.0.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 877a4fcf012719f766d8a85321727ae9618e7a44
|
4
|
+
data.tar.gz: 9d75680c3b427b6631cc05f425385940dd9c9343
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e48f0a21dad1729fa7fcfb75ab2ccacd62491b7acf44689d6c9a4e1d999e9ca839afef2b5ca2d107fe01366c57fb563d513500c08ae5703b82d1042e5fde201
|
7
|
+
data.tar.gz: 7eb82b9a7b99c2a6c5a2a4dcc1cb4d0d27e5fdde79b2b8b26eaeb0d0b914b29fb00a5e43f45443b2347dda5af29cbedff4c93d81ce6db5b7a57285b2f489ca24
|
@@ -2,6 +2,8 @@
|
|
2
2
|
// KYRUUS BOOTSTRAP VARIABLES
|
3
3
|
// --------------------------------------------------
|
4
4
|
|
5
|
+
@import "bootstrap/variables";
|
6
|
+
|
5
7
|
// Resource Paths
|
6
8
|
$css_relative_path: '..' !default; // relative path from where compiled CSS resides to just inside the assets/ folder. Affects images & fonts
|
7
9
|
|