Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,6 +1,6 @@
!Awesome Sass (https://raw.githubusercontent.com/Famolus/awesome-sass/master/awesome-sass-logo-github.png)
 Awesome Sass !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Sass !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
▐ Curated list of awesome Sass (http://sass-lang.com/) and SCSS (http://sass-lang.com/) frameworks, libraries, style guides, articles, and resources.
@@ -27,14 +27,13 @@
- Community (#community)
About
Sass (http://sass-lang.com/) is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully 
CSS-compatible syntax. Sass helps keep large stylesheets well-organized, and get small stylesheets up and running quickly.
Sass (http://sass-lang.com/) is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. Sass helps 
keep large stylesheets well-organized, and get small stylesheets up and running quickly.
Sass has two syntaxes. The new main syntax (as of Sass 3) is known as "SCSS" (for "Sassy CSS"), and is a superset of CSS's syntax. This means that every valid CSS stylesheet is valid SCSS as well. SCSS files use
the extension .scss.
Sass has two syntaxes. The new main syntax (as of Sass 3) is known as "SCSS" (for "Sassy CSS"), and is a superset of CSS's syntax. This means that every valid CSS stylesheet is valid SCSS as well. SCSS files use the extension .scss.
The second, older syntax is known as the indented syntax (or just "Sass"). Inspired by Haml's terseness, it's intended for people who prefer conciseness over similarity to CSS. Instead of brackets and 
semicolons, it uses the indentation of lines to specify blocks. Although no longer the primary syntax, the indented syntax will continue to be supported. Files in the indented syntax use the extension .sass.
The second, older syntax is known as the indented syntax (or just "Sass"). Inspired by Haml's terseness, it's intended for people who prefer conciseness over similarity to CSS. Instead of brackets and semicolons, it uses the indentation
of lines to specify blocks. Although no longer the primary syntax, the indented syntax will continue to be supported. Files in the indented syntax use the extension .sass.
Getting Started
- Official Sass and SCSS Guide (http://sass-lang.com/guide) - Official Sass and SCSS guide.
@@ -55,8 +54,7 @@
- Bootstrap-sass (https://github.com/twbs/bootstrap-sass) - Official Sass port of Bootstrap 2 and 3.
- Bulma (https://github.com/jgthms/bulma) - Modern CSS framework based on Flexbox.
- Cirrus (https://github.com/Spiderpig86/Cirrus) - A component and utility centric SCSS framework designed for rapid prototyping.
- Foundation for Sites (https://github.com/zurb/foundation-sites) - The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of
device.
- Foundation for Sites (https://github.com/zurb/foundation-sites) - The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.
- Hocus-Pocus (https://bkzl.github.io/hocus-pocus/) - Universal and lightweight stylesheet starter kit that focuses on base html elements and typography.
- iotaCSS (https://www.iotacss.com) - Open source Sass-based OOCSS framework built for scale.
- Kickoff (http://trykickoff.com) - Kickoff is a lightweight front-end framework for creating scalable, performant and responsive sites.
@@ -119,8 +117,8 @@
- normalize-scss (https://github.com/JohnAlbin/normalize-scss) - Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.
- Pretty checkbox (https://github.com/lokesh-coder/pretty-checkbox) - SCSS/CSS library to beautify checkbox and radio buttons.
- retina.js (https://github.com/imulus/retinajs) - JavaScript, SCSS, Sass, Less, and Stylus helpers for rendering high-resolution image variants.
- Sass Accoutrement (http://oddbird.net/open-source/accoutrement/) - Accoutrement modules are Sass toolkits that work together to form the central configuration of a project. The tools can be used individually, 
or integrated for extra power.
- Sass Accoutrement (http://oddbird.net/open-source/accoutrement/) - Accoutrement modules are Sass toolkits that work together to form the central configuration of a project. The tools can be used individually, or integrated for extra 
power.
- Sass Deprecate (https://github.com/salesforce-ux/sass-deprecate) - Sass mixin that helps managing code deprecation.
- Sass flexbox mixin (https://github.com/mastastealth/sass-flex-mixin) - Set of mixins for those who want to mess around with flexbox using the native support of current browsers.
- Sassdash (https://github.com/davidkpiano/sassdash) - The Sass implementation of lodash (API documentation (http://davidkpiano.github.io/sassdash)).
@@ -154,18 +152,16 @@
- diamond (https://diamond.js.org) - Dependency management built for Sass, Less, and CSS.
- libsass-python (https://github.com/dahlia/libsass-python) - Binding of libsass for Python.
- libsass (https://github.com/sass/libsass) - C/C++ implementation of a Sass compiler.
- node-sass-magic-importer (https://github.com/maoberlehner/node-sass-magic-importer) - Custom node-sass importer for selector specific imports, node importing, module importing, globbing support and importing 
files only once.
- node-sass-magic-importer (https://github.com/maoberlehner/node-sass-magic-importer) - Custom node-sass importer for selector specific imports, node importing, module importing, globbing support and importing files only once.
- node-sass (https://github.com/sass/node-sass) - Node.js bindings to libsass.
- OctoLinker (https://github.com/OctoLinker/browser-extension) - Navigate through .scss and .sass files efficiently with the OctoLinker browser extension for GitHub.
- sass-extract (https://github.com/jgranstrom/sass-extract) - Extract variables from scss files. Use scss to describe styles for use in javascript by extracting computed styles into js objects. Supports imports 
and advanced language features.
- sass-extract (https://github.com/jgranstrom/sass-extract) - Extract variables from scss files. Use scss to describe styles for use in javascript by extracting computed styles into js objects. Supports imports and advanced language 
features.
- sass-loader (https://github.com/jtangelder/sass-loader) - Sass loader for webpack.
- sass-rails (https://github.com/rails/sass-rails) - Ruby on Rails stylesheet engine for Sass.
- SassDoc (http://sassdoc.com/) - Documentation system (like JSDoc for JavaScript) to build pretty and powerful docs in the blink of an eye.
- Scout-App (http://scout-app.io/) - Process your Sass and SCSS files into CSS without needing any knowledge of the command line.
- scss-lint (https://github.com/brigade/scss-lint) - Configurable tool for writing clean and consistent SCSS. (deprecated) 
(https://github.com/brigade/scss-lint#notice-consider-other-tools-before-adopting-scss-lint)
- scss-lint (https://github.com/brigade/scss-lint) - Configurable tool for writing clean and consistent SCSS. (deprecated) (https://github.com/brigade/scss-lint#notice-consider-other-tools-before-adopting-scss-lint)
- SharpScss (https://github.com/xoofx/SharpScss) - P/Invoke .NET wrapper around libsass to convert SCSS to CSS supporting NET2.0/NET3.5/NET4.x+ and CoreCLR platform.
- stylelint (https://stylelint.io/) - A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets. Supports CSS-like syntaxes, including SCSS.