Skip to content
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.

basscss/ace

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ace-css

Full-featured Basscss package for web apps

ace-css contains the core modules and several addons for use in larger web apps.

Features

  • All typography and layout utilities from the core Basscss module
  • Base element styles from basscss-basic
  • Form styles from basscss-forms
  • Button styles with solid and outline styles, along with size modifiers
  • Range input styles from basscss-input-range
  • Progress element styles from basscss-progress
  • Responsive margin and padding utilities
  • Media Object
  • Colors, background colors, and border colors from colors.css
  • Darken and lighten background utilities
  • Background image utilities

Install

npm i ace-css

Usage

PostCSS

@import 'ace-css';

Webpack

import aceCss from 'ace-css/css/ace.min.css'

CDN

For a simple, zero-configuration option, use a link from unpkg.com.

<link href="https://unpkg.com/ace-css/css/ace.min.css" rel="stylesheet">

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages