discourse/plugins/styleguide
David Taylor c9dab6fd08
DEV: Automatically require 'rails_helper' in all specs (#16077)
It's very easy to forget to add `require 'rails_helper'` at the top of every core/plugin spec file, and omissions can cause some very confusing/sporadic errors.

By setting this flag in `.rspec`, we can remove the need for `require 'rails_helper'` entirely.
2022-03-01 17:50:50 +00:00
..
app/controllers/styleguide
assets UX: Styleguide changes & color variable additions (#15984) 2022-02-17 14:39:29 -06:00
config Update translations (#15928) 2022-02-15 15:10:10 +01:00
lib/styleguide
public/images
spec/integration DEV: Automatically require 'rails_helper' in all specs (#16077) 2022-03-01 17:50:50 +00:00
plugin.rb DEV: Remove .es6 extensions from core (#14912) 2021-11-13 12:51:53 +01:00
README.md
screenshot.png

styleguide

Adds a URL of /styleguide to discourse that renders widgets in various
configurations to aid in styling.

Screenshot