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

gov-theme

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gov-theme - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "gov-theme",
"version": "0.1.1",
"version": "0.1.2",
"description": "政务主题",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"pub": "npm version patch && npm publish"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -34,1 +34,26 @@ ### 常用的主题变量

```
3. 假设你有如下目录解构
```sh
- src
- style
- index.less
- MyComponent.js
```
你可以在index.less文件中引入主题包
```less
@import "~gove-theme/index"
.my-header {
background-color: @primary-color;
padding: @card-head-padding;
}
```
### TODO
* [ ] 增加交互式主题包发布流程
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