Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpmudev/sui-css
WPMU DEV Shared UI CSS Framework includes a wide range of shorthand utility classes to modify an element’s appearance in a plugin.
https://github.com/wpmudev/sui-css
css css-framework css-grid incsub monorepo scss wordpress wordpress-framework wpmudev
Last synced: about 2 months ago
JSON representation
WPMU DEV Shared UI CSS Framework includes a wide range of shorthand utility classes to modify an element’s appearance in a plugin.
- Host: GitHub
- URL: https://github.com/wpmudev/sui-css
- Owner: wpmudev
- License: gpl-2.0
- Archived: true
- Created: 2022-07-15T04:45:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T07:18:57.000Z (about 1 year ago)
- Last Synced: 2024-09-19T05:16:43.309Z (about 2 months ago)
- Topics: css, css-framework, css-grid, incsub, monorepo, scss, wordpress, wordpress-framework, wpmudev
- Language: JavaScript
- Homepage: https://wpmudev.github.io/sui-docs/
- Size: 1.68 MB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/@wpmudev/sui-css?color=blue&style=for-the-badge)](https://www.npmjs.com/package/@wpmudev/sui-css)
[![GitHub package.json version (subfolder of monorepo)](https://img.shields.io/github/package-json/v/wpmudev/sui-css?color=orange&filename=packages%2Flayout%2Fpackage.json&label=core&style=for-the-badge)](https://github.com/wpmudev/sui-css/)
[![License: GPLv3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?color=green&style=for-the-badge)](http://www.gnu.org/licenses/gpl-3.0)# **Shared UI CSS Framework**
WPMU DEV's Shared UI CSS Framework includes a wide range of shorthand utility classes to modify an element's appearance in a plugin.
This framework's primary goal is to deliver a method of styling elements with as little friction as possible. Our framework allows us to use our Design Tokens via memorable CSS-based utility classes.
## **Installation**
Before proceeding further, please ensure you have [Node.js](https://nodejs.org/) installed. You can install the latest version via their website.
Run in your project root directory (where `package.json` lives):
```
npm install @wpmudev/sui-css --save-dev
```## **Documentation**
Please, read through our common guidelines before starting to contribute on any of our projects:
- [General Guidelines](https://github.com/wpmudev/sui-docs/guidelines.md)
- [Contributions Guidelines](https://github.com/wpmudev/sui-docs/contributions.md)
- [Release Guidelines](https://github.com/wpmudev/sui-docs/release.md)