New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grid-style

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grid-style - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.css

6

package.json
{
"name": "grid-style",
"version": "0.1.0",
"version": "0.1.1",
"description": "Grid layout implemented by flex box.",
"main": "dist/index.css",
"style": "",
"style": "dist/index.css",
"files": [
"dist/grid-style.css",
"dist/index.css",
"layout"

@@ -10,0 +10,0 @@ ],

@@ -1,3 +0,33 @@

# flexbox-grid
# grid-style
使用 `flexbox` 来实现 `grid` 布局。
CSS grid layout implemented by flex box.
👉Browse [online]
[online]:https://lbwa.github.io/grid-style/
## Installing
```bash
# npm
npm i gird-style --save
# yarn
yarn add grid-style
```
```html
<script type="text/javascript" src="https://unpkg.com/grid-style"></script>
<!-- or -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/grid-style"></script>
```
## Usage
```js
// import css file
import 'grid-style'
// a sass alternative to css file
import 'grid-style/layout/index.sass'
```
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