WebDevStudios / wds-block-starter

A block starter for projects.
15 stars 3 forks source link

Feature/#9 postcss config #15

Closed michealengland closed 4 years ago

michealengland commented 4 years ago

Closes #9

Description

How to Test

Reviewers can test this feature by checking out this branch locally and using npm run dev and npm run build to inspect files. Optionally you can also use the test branch provided below.

Test Branch

I setup test examples in style.scss on example/#9-postcss-test.

Features to Test

  1. Sass functionality works correctly
  2. Using npm run dev build files work properly
  3. Using npm run build production files build as expected
  4. Verify that media queries group correctly
  5. Verify that incorrectly written styles do not make it's way into built files