mirror of
https://github.com/primer/css.git
synced 2024-12-24 06:32:00 +03:00
Adding primer-marketing to the build
This commit is contained in:
parent
3f593d44aa
commit
8661a84dc3
@ -1,5 +1,13 @@
|
||||
# HEAD
|
||||
|
||||
# 4.4.0
|
||||
|
||||
- Adding primer-marketing module to primer
|
||||
|
||||
# 4.3.0
|
||||
|
||||
- Using primer-core and primer-product modules
|
||||
|
||||
# 4.1.0
|
||||
|
||||
- Added: [primer-markdown](https://github.com/primer/markdown) to the build
|
||||
|
@ -13,3 +13,4 @@
|
||||
// Global requirements
|
||||
@import "primer-core/index.scss";
|
||||
@import "primer-product/index.scss";
|
||||
@import "primer-marketing/index.scss";
|
||||
|
@ -23,6 +23,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-core": "^1.0.0",
|
||||
"primer-marketing": "^1.0.0",
|
||||
"primer-product": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user