All Projects → turretcss → Turretcss

turretcss / Turretcss

Licence: mit
Turret is a styles and browser behaviour normalisation framework for rapid development of responsive and accessible websites.

Projects that are alternatives of or similar to Turretcss

Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-91.36%)
Mutual labels:  autoprefixer, postcss
Gulp Autoprefixer
Prefix CSS
Stars: ✭ 676 (-7.27%)
Mutual labels:  autoprefixer, postcss
Stencil Postcss
Autoprefixer plugin for Stencil
Stars: ✭ 19 (-97.39%)
Mutual labels:  autoprefixer, postcss
Fabium
+100 for productivity
Stars: ✭ 108 (-85.19%)
Mutual labels:  autoprefixer, postcss
Deventy
A minimal 11ty starting point for building static websites with modern tools.
Stars: ✭ 157 (-78.46%)
Mutual labels:  autoprefixer, postcss
Next Starter Tailwind
Next.js starter styled with Tailwind CSS
Stars: ✭ 225 (-69.14%)
Mutual labels:  autoprefixer, postcss
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-91.08%)
Mutual labels:  autoprefixer, postcss
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (-83.13%)
Mutual labels:  autoprefixer, postcss
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-82.72%)
Mutual labels:  autoprefixer, postcss
Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (-75.45%)
Mutual labels:  autoprefixer, postcss
nextsss
Next.js static site starter including full setup for TypeScript, Tailwind CSS, Google Analytics, Next SEO, etc.
Stars: ✭ 80 (-89.03%)
Mutual labels:  postcss, autoprefixer
Postcss Cssnext
`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.
Stars: ✭ 5,388 (+639.09%)
Mutual labels:  postcss
Typescript Plugin Css Modules
A TypeScript language service plugin providing support for CSS Modules.
Stars: ✭ 520 (-28.67%)
Mutual labels:  postcss
Rollup Plugin Postcss
Seamless integration between Rollup and PostCSS.
Stars: ✭ 507 (-30.45%)
Mutual labels:  postcss
Postcss Bem Linter
A BEM linter for postcss
Stars: ✭ 505 (-30.73%)
Mutual labels:  postcss
Awesome Tailwindcss
😎 Awesome things related to Tailwind CSS
Stars: ✭ 7,791 (+968.72%)
Mutual labels:  postcss
Postcss Cli
CLI for postcss
Stars: ✭ 621 (-14.81%)
Mutual labels:  postcss
Html5
HTML5学习、总结、实践
Stars: ✭ 493 (-32.37%)
Mutual labels:  postcss
Vkui
VKUI – это набор React-компонентов, с помощью которых можно создавать интерфейсы, внешне неотличимые от наших iOS и Android приложений.
Stars: ✭ 485 (-33.47%)
Mutual labels:  postcss
Poi
⚡A zero-config bundler for JavaScript applications.
Stars: ✭ 5,291 (+625.79%)
Mutual labels:  postcss

turretcss

npm version

turretcss - A Responsive Front-end Framework for Accessible and Semantic Websites with default HTML elements, created by Scott de Jonge.

To get started, check out https://turretcss.com!

Table of contents

Quick start

Several quick start options are available:

  • Download the latest release.
  • Clone the repo: git clone https://github.com/turretcss/turretcss.git.
  • Install with npm: npm install turretcss.
  • Install with yarn: yarn add turretcss

Read the Getting started page for information on structure, usage, support and more.

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Documentation

View full documentation at: https://turretcss.com/

turretcss's documentation, included in this repo in the docs directory, is built with Jekyll and publicly hosted on GitHub Pages at https://turretcss.com. The docs may also be run locally.

Tooling

To use and run the documentation locally, you'll need a copy of turretcss's source files, and Node. To install the required tools follow these steps:

  1. Download and install Node, which we use to manage our dependencies.
  2. Navigate to the root /turret directory and run npm install to install our local dependencies listed in package.json.
  3. Install Ruby, install Bundler with gem install bundler, and finally run bundle install. This will install all Ruby dependencies, such as Jekyll and plugins.

When completed, you'll be able to run the various scripts provided from the command line.

Scripts

turretcss includes the following commands and tasks:

Task Description
start Run npm run watch
watch Run npm run watch:turret & npm run watch:docs
watch:turret Watches changes to the /turret directory and builds turret CSS npm run compile:turret -- --verbose --watch
watch:docs Watches changes to the /docs directory and builds docs CSS npm run compile:docs -- --verbose --watch
compile:turret Builds turret CSS using PostCSS, postcss-preset-env, and CSSNano with config in postcss.config.js
compile:docs Builds docs CSS using PostCSS, postcss-preset-env, and CSSNano with config in postcss.config.js
format Run npm run format:css & npm run format:md
format:css Prettier CSS files prettier --single-quote --print-width 180 --write '*.css'
format:md Prettier Markdown files prettier --print-width 180 --write '*.md'

Autoprefixer

turretcss uses Autoprefixer as part of postcss-preset-env to automatically add vendor prefixes to some CSS properties at build time.

Running documentation locally

  1. Install Install Ruby, install Bundler with gem install bundler.
  2. Install Jekyll (the site builder) and other Ruby dependencies with bundle install. This will install all Ruby dependencies, such as Jekyll and plugins.
  3. Run npm start or yarn start to rebuild CSS.
  4. From the /docs directory, run bundle exec jekyll serve in the command line.
  5. Open http://0.0.0.0:2001 in your browser.

Learn more about using Jekyll by reading its documentation.

Troubleshooting

Should you encounter problems with installing dependencies or running scripts, uninstall all previous dependency versions (global and local). Then, rerun npm install.

Updates

Keep track development updates by following @turretcss on Twitter.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, turretcss is maintained under the Semantic Versioning guidelines.

See the Releases section of our GitHub project for changelogs for each release version of turretcss.

Creators

Scott de Jonge

Copyright and license

Code and documentation copyright 2019 Bigfish.tv, Code released under the MIT license. Docs released under Creative Commons.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].