We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e814f6f commit 0ae2e0aCopy full SHA for 0ae2e0a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@evanshunt/derekstrap",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "A base styles and scss utility library by Evans Hunt",
5
"main": "dist/main.js",
6
"sass": "_index.scss",
scss/proportional-text/_index.scss
@@ -1,4 +1,5 @@
@forward 'functions';
+@forward 'variables';
@use '../breakpoints/index' as *;
@use 'functions' as *;
0 commit comments