Giter VIP home page Giter VIP logo

creeky's Introduction

creeky

Creek Creative WordPress website theme.

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/deed.en_US

  1. Pattern Lab
  • Suit CSS
  • Gulp
  • Myth
  • Handlebars
  • EditorConfig

## Gulp

Installation

Building

% gulp

If you create new patterns in patternlab, you may need to restart gulp

Suit CSS

https://github.com/suitcss/suit

### Suit CSS syntax

#### Utilities

  • Low-level structural, positional, and visual traits.
  • Must use camelCase name.
  • Syntax u-<utilityName>

Components

  • UI patterns
  • Syntax: [<namespace>-]<ComponentName>[-descendantName|--modifierName]
  • ComponentName in PascalCase
  • ComponentName--modifierName in camelCase, separated by 2 hyphens.
  • ComponentName-descendantName in camelCase, separated by 1 hyphen.
  • ComponentName.is-stateOfComponent state-based modifications of components. JS can add/remove these classes. Are scoped to component.

Other

  • v[n]-utilityName or v[n]-ComponentName scope styles to a Media Query breakpoint.
  • js-someName - id & js-* reserved for JavaScript. Application specific data stored in data-* attributes.

Suit CSS comments

/* ==========================================================================
   Component Name - title
   ========================================================================== */

/**
 * Heading in comments
 */

 /* Single line comment */

creeky's People

Contributors

growdigital avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.