0.11.0 • Published 2 years ago

@flosportsinc/flo-scss v0.11.0

Weekly downloads
219
License
MIT
Repository
github
Last release
2 years ago

Table of contents

Quick start

Node 14 required

Install Flo-SCSS

Several quick start options are available:

Running documentation locally

  1. cd flo-scss
  2. Run through the tooling setup to install Jekyll (the site builder) and other Ruby dependencies with bundle install. WARNING - read installing ruby instructions for mac OS
  3. Run npm install to install Node.js dependencies.
  4. Run npm run release && npm start to compile CSS and JavaScript files, generate our docs, and watch for changes.
  5. Open http://localhost:9001 in your browser, and voilà.

Learn more about using Jekyll by reading its documentation.

Install Ruby on macOS

WARNING

Make sure you follow these instructions for installing Ruby on macOS. Mistakes made in the process of installing
Ruby on macOS can result in the operating system failing to boot.
  1. Install gpg and curl

    • brew install gpg curl
  2. Install RVM by following the instructions here

    • If you have an issue installing the GPG keys, contact your sysadmin
      • @Sysadmins, this could be a DNS issue. Try switching to 8.8.8.8 temporarily.
    • Avoid doing a multi-user install. You should not have to sudo
    • Install the stable version with \curl -sSL https://get.rvm.io | bash -s stable
  3. Run the RVM startup script and restart your terminals

    • Run source ~/.rvm/scripts/rvm
  4. Install the correct version of ruby for the project

    • The version can be found in the Gemfile
    • Run rvm install x.x.x replacing Xs with the correct version
  5. Run rvm use x.x.x to set your ruby version, and you're ready to go!

    Troubleshooting

If you get the following error: Error: Node Sass does not yet support your current environment, your node-sass is not compatible with node version. Run the following command:

npm rebuild node-sass

//or

sudo npm rebuild node-sass

If you get the following error: gyp: No Xcode or CLT version detected! when attempting to update node-sass, run the following command:

sudo xcode-select --reset

Documentation

Flo-SCSS's documentation is built off of bootstrap's and can be found: https://flo-scss.flo.center/.

Read the Getting started page for information on the framework contents, templates and examples, and more.

Documentation search is powered by Algolia's DocSearch. Working on our search? Be sure to set debug: true in site/docs/assets/js/src/search.js file.

Contributing

Commit messages should follow semantic versioning.

build: (no change - e.g. build script changes that do not affect the final output for the user)
docs: (no change - e.g. changes to the documentation)
fix: (patch change - bug fix for the user, not a fix to a build script)
feat: (minor change - e.g. new feature for the user, not a new feature for build script)
breaking: (major breaking change - e.g. changing or removing class names or functionality. Changes that break parity with mainline bootstrap documentation.

Using docs will not update the npm version.

Releasing

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we adhere to those rules whenever possible.

Copyright and license

Code and documentation copyright 2011-2020 the Bootstrap Authors and Twitter, Inc. Code released under the MIT License. Docs released under Creative Commons.

0.11.0

2 years ago

0.10.1

2 years ago

0.10.0

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.3.0

4 years ago

0.4.0

4 years ago

0.2.1

4 years ago

0.1.2

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.0.14

4 years ago

0.1.0

4 years ago

0.0.13

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago