Skip to content

Commit 0ae2e0a

Browse files
committed
🐛 (scss) allows override of $use-root-proportional-text
1 parent e814f6f commit 0ae2e0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evanshunt/derekstrap",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A base styles and scss utility library by Evans Hunt",
55
"main": "dist/main.js",
66
"sass": "_index.scss",

scss/proportional-text/_index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@forward 'functions';
2+
@forward 'variables';
23

34
@use '../breakpoints/index' as *;
45
@use 'functions' as *;

0 commit comments

Comments
 (0)