Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bcredi/global-css

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bcredi/global-css - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

11

CHANGELOG.md
# Changelog
## 0.2.1 - 2019-09-25
### Changed
- [Path] Add `typography.css` to final bundle.
### Removed
- [Minor] Remove Google Fonts import
## 0.2.0 - 2019-09-20

@@ -12,3 +22,2 @@

## 0.1.0 - 2019-05-31

@@ -15,0 +24,0 @@

10

package.json
{
"name": "@bcredi/global-css",
"version": "0.2.0",
"version": "0.2.1",
"description": "Global style for building Bcredi Design System UI",
"main": "dist/bcredi-global.css",
"style": "dist/bcredi-global.css",
"main": "dist/index.css",
"style": "dist/index.css",
"scripts": {
"prebuild": "rm -rf dist && mkdir -p dist",
"build": "postcss src/*.css --dir dist -u precss autoprefixer cssnano rucksack-css --no-map",
"postbuild": "cat dist/reset.css dist/custom.css > dist/index.css"
"postbuild": "cat dist/reset.css dist/typography.css dist/custom.css > dist/index.css"
},

@@ -27,3 +27,3 @@ "files": [

},
"gitHead": "115fe86d7985bda624995fd1f37ef01197101641"
"gitHead": "82a9b458dad1ec6f01a5d588eb1c68fdfe3c8d41"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc