Skip to content

Commit 1058441

Browse files
v1.7.0 with primary Angular color
1 parent d43cb31 commit 1058441

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
@use 'bootstrap/scss/bootstrap';
1+
@use 'bootstrap/scss/bootstrap' with (
2+
$primary: #8001c6
3+
);
24
@use 'form-control';
35
@use 'button';

package-lock.json

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@angular-schule/workshop-styles",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"repository": "https://github.com/angular-schule/workshop-styles.git",
5-
"description": "",
5+
"description": "Common styles for our workshop projects at Angular.Schule",
66
"scripts": {},
77
"author": "Angular.Schule",
88
"contributors": [

0 commit comments

Comments
 (0)