automattic/jetpack-base-styles
最新稳定版本:v1.2.2
Composer 安装命令:
composer require automattic/jetpack-base-styles
包简介
Jetpack components Base Styles
README 文档
README
Base SCSS utilities and variables for Jetpack.
Installation
Install the module
npm install @automattic/jetpack-base-styles --save-dev
Use
SCSS utilities and variables
In your application's SCSS file, include styles like so:
@use '@automattic/jetpack-base-styles/style';
To make that work with sass NPM modules without Webpack, you'd have to use loadPaths or includePaths:
{
"loadPaths": [ "node_modules" ]
}
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-08-16