Wing: A beautiful CSS framework designed for minimalists

Wing

A minimal CSS framework.

Features

Everything you need to create a basic project is included, all in a 2kb file (minified + gzipped). On top of that, almost everything is styled automatically, without the need for learning specific classes. This allows for an intuitive experience developing with Wing, as it's designed to be a boilerplate stylesheet for any project.

Installation

npm

$ npm install --save wingcss

Link to It

<link rel="stylesheet" href="https://unpkg.com/wingcss"/>

Documentation

Find a bug?

Submit it in the issues

.editorconfig

# http://editorconfig.org
#
# An .editorconfig file describes minor formatting tweaks
#   to apply to text files to ensure consistent formatting
#   in a project with multiple developers.
#
# Plugins exist to allow editors / IDEs to automatically apply
#   these tweaks to a project when an .editorconfig file is
#   found in the project's root directory.
#
# Plugins
#   Sublime - https://packagecontrol.io/packages/EditorConfig
#   IntelliJ - https://plugins.jetbrains.com/plugin/7294
#   (most other IDEs/Editors - Google it)
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

# tools for these files normalize their JSON output with 2 spaces per level (package.json, config.json, .babelrc, npm-shrinkwrap.json)
[*.json]
indent_size = 2

.gitignore

node_modules
package-lock.json
.DS_Store

Download details:

Author: kbrsh
Source: https://github.com/kbrsh/wing

License: MIT license

#css 

Wing: A beautiful CSS framework designed for minimalists
1.45 GEEK