开源软件名称(OpenSource Name):mvcss/library开源软件地址(OpenSource Url):https://github.com/mvcss/library开源编程语言(OpenSource Language):CSS 100.0%开源软件介绍(OpenSource Introduction):MVCSS LibraryFoundationChoose the Sass extends, functions, and mixins from Authoring ExampleExtends // ----- Extend Name ----- //
.extend
// ... Functions // ----- Function Name ----- //
// -> Description
//
// $arg - the argument description
@function name($arg)
// ... Mixins // ----- Mixin Name ----- //
// -> Description
//
// $arg - the argument description
=name($arg)
// ... Tools // -------------------------------------
// Tool Section Name
// -------------------------------------
.name
// ... ComponentsChoose the Sass components from Authoring Example// *************************************
//
// Component
// -> Description
//
// -------------------------------------
// Template (Haml)
// -------------------------------------
//
// .has-context
//
// .component[modifier](state)
//
// .component-scaffolding
//
// *************************************
// -------------------------------------
// Helpers
// -------------------------------------
// ...
// -------------------------------------
// Variables
// -------------------------------------
// ----- Colors ----- //
// ... (with the !default flag)
// ----- Sizing ----- //
// ... (with the !default flag)
// -------------------------------------
// Base
// -------------------------------------
.component
// ...
// -------------------------------------
// Modifiers
// -------------------------------------
// ----- Modifier Name ----- //
.component--modifier
// ...
// -------------------------------------
// Scaffolding
// -------------------------------------
// ----- Scaffolding Name ----- //
.component-scaffolding
// ... StructuresChoose the Sass structures from Authoring Example// *************************************
//
// Structure
// -> Description
//
// -------------------------------------
// Dependencies
// -------------------------------------
//
// - components/grid
//
// -------------------------------------
// Template (Haml)
// -------------------------------------
//
// .has-context
//
// .structure[modifier](state)
//
// .structure-scaffolding
//
// *************************************
// -------------------------------------
// Helpers
// -------------------------------------
// ...
// -------------------------------------
// Variables
// -------------------------------------
// ----- Colors ----- //
// ... (with the !default flag)
// ----- Sizing ----- //
// ... (with the !default flag)
// -------------------------------------
// Base
// -------------------------------------
.component
// ...
// -------------------------------------
// Modifiers
// -------------------------------------
// ----- Modifier Name ----- //
.component--modifier
// ...
// -------------------------------------
// Scaffolding
// -------------------------------------
// ----- Scaffolding Name ----- //
.structure-scaffolding
// ... DocumentationThe documentation, for anything that requires more full documentation than the source file, is included in ContributingWe use Semantic Versioning for all versioning. When you make a Major, Minor, or Patch update, you'll need to the do the following:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论