Brad Frost

Results 133 comments of Brad Frost

@bmuenzenmeyer @EvanLovely just a heads up that globally I'm going to restructure the current prefix of `sg-` (standing for "style guide") to `pl-` (standing for "Pattern Lab" of course). That...

I cleaned up the Sass variables and updated them to be more descriptive. So instead of `$sg-gray-light-3` we're now working with `$pl-color-gray-20`.

I renamed the main CSS file to `pattern-lab.css` and removed minification of the file.

I've been making a whole mess of refactoring tweaks to the header. A lot of it is syntax and cleanup, but I'm also starting to work on theming. Here's a...

The frontend refactoring bleeds into https://github.com/pattern-lab/styleguidekit-mustache-default, so I've been going through and updating that code as well.

I also want to change the `styleguide` directory that ultimately lives in `public` to `pattern-lab`, and put everything that belongs to PL into that directory. That includes `annotations` and anything...

@bmuenzenmeyer Yeah I realize that's going to be a big change, so I'll make it it's own thing and flag/coordinate things accordingly.

I think generally speaking if there's a way to move all UI into one one repository (`styleguidekit-assets-default`) that makes sense. I can't speak to the engine stuff, but if there's...

@sghoweri > what if we only really needed one single Pattern Lab core to rule them all to handle any underlying business logic and that just hooked in with whatever...

Alright, big update! I _think_ I have most everything done regarding the refactor of the UI code. All CSS is rearchitected, all JS hooks are standardized, all of the features...