Skip to content

Commit

Permalink
v0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Feb 5, 2024
1 parent 3262870 commit b3ca4f6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/css/stylescape.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "stylescape",
"description": "Stylescape is a visual identity framework developed by Scape Agency.",
"version": "0.0.21",
"version": "0.0.22",
"config": {
"version_short": "0.0"
},
Expand Down Expand Up @@ -43,7 +43,8 @@
"lint": "eslint 'src/**/*.ts' || true",
"prettify": "prettier --write 'src/**/*.ts'",
"start": "npm run webpack-start",
"build": "npm run update && npm run build-compile && npm run build-process",
"build": "npm run build-compile && npm run build-process",
"build2": "npm run update && npm run build-compile && npm run build-process",
"build-compile": "tsc -p bin/tsconfig.json",
"build-process": "node bin/js/index.js",
"update": "npm update unit.gl && npm update hue.gl && npm update icon.gl && npm update page.gl",
Expand All @@ -57,7 +58,7 @@
"hue.gl": "^0.0.11",
"icon.gl": "^0.0.20",
"page.gl": "^0.0.3",
"unit.gl": "^0.0.34"
"unit.gl": "^0.0.35"
},
"devDependencies": {
"@babel/core": "^7.21.8",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/layout/grid/_grid_cell.scss
Expand Up @@ -15,7 +15,7 @@

@use '../../dev' as *;
@use '../gap' as *;
@use "~unit.gl/scss/index.scss" as *;
@use "../../../../node_modules/unit.gl/scss/index.scss" as *;

// ============================================================================
// Layout | Grid | Cell
Expand Down
2 changes: 1 addition & 1 deletion src/scss/layout/grid/_grid_column.scss
Expand Up @@ -19,7 +19,7 @@

@use '../../dev' as *;
@use '../gap' as *;
@use "~unit.gl/scss/index.scss" as *;
@use "../../../../node_modules/unit.gl/scss/index.scss" as *;

@mixin col($val){
grid-column: span $val;
Expand Down

0 comments on commit b3ca4f6

Please sign in to comment.