@erpsquad/common 1.6.3 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/styles/all.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Complete SCSS bundle for external use
|
|
2
2
|
// Import this file to get all variables, mixins, utilities, and animations
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
3
|
+
@import './sass/variables';
|
|
4
|
+
@import './sass/mixins';
|
|
5
|
+
@import './sass/animations';
|
|
6
|
+
@import './sass/utils';
|
|
7
7
|
|
package/src/styles/mixins.scss
CHANGED
package/src/styles/utils.scss
CHANGED