All Projects → mike-works → Sass Fundamentals

mike-works / Sass Fundamentals

Licence: bsd-3-clause
👨‍🏫 Mike's Sass Fundamentals Course

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sass Fundamentals

Jglovier.github.io
📓 Source for joelglovier.com. Built with Jekyll and hosted on GitHub Pages.
Stars: ✭ 98 (-8.41%)
Mutual labels:  sass
Social
基于Vue的社区论坛项目
Stars: ✭ 102 (-4.67%)
Mutual labels:  sass
Hust Invictus
【分享】华中科技大学研究生课程资料
Stars: ✭ 105 (-1.87%)
Mutual labels:  course
Sassdoc
Release the docs!
Stars: ✭ 1,353 (+1164.49%)
Mutual labels:  sass
Nlp Thu
NLP Course Material & QA
Stars: ✭ 101 (-5.61%)
Mutual labels:  course
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (-3.74%)
Mutual labels:  sass
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+1142.06%)
Mutual labels:  sass
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (-0.93%)
Mutual labels:  sass
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-4.67%)
Mutual labels:  sass
Softwaredesign
Introduction to Software Design with Java
Stars: ✭ 104 (-2.8%)
Mutual labels:  course
30 Days Of Python 3.6
This is a soon-to-be archived project version of 30 Days of Python. The original tutorial still works but we have an updated version in the works right now.
Stars: ✭ 98 (-8.41%)
Mutual labels:  course
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+1184.11%)
Mutual labels:  sass
100daysofcode With Python Course
Course materials and handouts for #100DaysOfCode in Python course
Stars: ✭ 1,391 (+1200%)
Mutual labels:  course
Python For Absolute Beginners Course
Code samples and other handouts for our course.
Stars: ✭ 1,352 (+1163.55%)
Mutual labels:  course
Bitters
Bitters is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,398 (+1206.54%)
Mutual labels:  sass
Kanbasu
A lightweight CSS framework written in Sass.
Stars: ✭ 94 (-12.15%)
Mutual labels:  sass
Sass Brunch
Adds Sass / Scss support to brunch
Stars: ✭ 102 (-4.67%)
Mutual labels:  sass
Es6 Webpack2 Starter
🚀 A template project for es6/7, webpack2/3, sass and postcss
Stars: ✭ 106 (-0.93%)
Mutual labels:  sass
Bootstrap 4 Utilities
Bootstrap 4 utility classes in LESS CSS for Bootstrap 3 or any other projects.
Stars: ✭ 105 (-1.87%)
Mutual labels:  sass
Languagepod101 Scraper
Python scraper for Language Pods such as Japanesepod101.com 👹 🗾 🍣 Compatible with Japanese, Chinese, French, German, Italian, Korean, Portuguese, Russian, Spanish and many more! ✨
Stars: ✭ 104 (-2.8%)
Mutual labels:  course

This is the project used for the Mike.Works Sass Fundamentals course.

Course outline and slides

What are the pieces?

Getting Set Up

There are a few things you need to ensure you have installed, in order to be ready for this course.

Node.js

You’ll need a relatively recent version (v4.5 or newer, v7 ideally) of node.js installed. On OS X, a great way of doing this without disturbing your existing dev environment is to install NVM. Installation instructions are here.

You’ll know everything is set up properly when you can run

nvm --version # might look like "0.31.4"
node --version # might look like "v7.7.3"

Visual Studio Code

Particularly if you’ve never tried it before, you should install Microsoft Visual Studio Code. Some fantastic extensions that I use regularly include

Check out and setup the project for this workshop

git clone [email protected]:mike-works/sass-fundamentals.git
cd sass-fundamentals
npm install

How to use it

Use the run command to launch an exercise

./run --exercise <exercise name>

License

While the general license for this project is the BSD 3-clause, the exercises themselves are proprietary and are licensed on a per-individual basis, usually as a result of purchasing a ticket to a public workshop, being a participant in a private training, or having a Front End Masters membership.

Here are some guidelines for things that are OK and NOT OK, based on our understanding of how these licenses work:

OK

  • Using everything in this project other than the exercises (or accompanying tests) to build a project used for your own free or commercial training material
  • Copying code from build scripts, configuration files, tests and development harnesses that are not part of the exercises specifically, for your own projects
  • As an owner of an individual license, using code from tests, exercises, or exercise solutions for your own non-training-related project.

NOT OK (without express written consent)

  • Using this project, or any subset of exercises contained within this project to run your own workshops
  • Writing a book that uses the code for these exercises
  • Recording a screencast that contains one or more of this project's exercises

Copyright

© 2018 Mike.Works, All Rights Reserved

This material may not be used for workshops, training, or any other form of instructing or teaching developers, without express written consent
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].