1. @hai2007/style
👁️ 浏览器兼容样式和一些基础样式。
@hai2007/style
Package: @hai2007/style
Created by: hai2007
Last modified: Tue, 05 Apr 2022 16:41:34 GMT
Version: 0.3.0
License: MIT
Downloads: 18
Repository: https://github.com/hai2007/style.css

Install

npm install @hai2007/style
yarn add @hai2007/style

👁️ style.css - 浏览器兼容样式和一些基础样式

downloads install size CDN Version License GitHub repo stars

Issues

使用的时候遇到任何问题或有好的建议,请点击进入issue,欢迎参与维护!

How to use?

首先你需要通过命令行安装:

 npm install --save @hai2007/style

安装好了以后,然后引入你需要的样式文件:

  • 统一不同浏览器的基础样式
 import '@hai2007/style/normalize.css';

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hai2007/style/normalize.css">
  • 十二栅格化
 import '@hai2007/style/rasterize.css';

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hai2007/style/rasterize.css">

<< 查看文档

  • 文档样式
 import '@hai2007/style/doc-view.css';

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hai2007/style/doc-view.css">

<< 查看文档

CSS笔记

开源协议

MIT

Copyright (c) 2020-present hai2007 走一步,再走一步。

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin