Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CCC-50] No Build #266

Merged
merged 13 commits into from
Jan 31, 2025
Prev Previous commit
Add a comment about the min file
Jeremy-Walton committed Jan 31, 2025
commit c282cb3eb4887d85afc789de4bc3f56010a1b820
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -36,6 +36,8 @@ You can add this import to the top of your root level `css` file.
@import '@rolemodel/optics'; /* Using webpack to compile */
/* Or */
@import '@rolemodel/optics/dist/css/optics'; /* Using a different compiler or no compiler */
/* Or */
@import '@rolemodel/optics/dist/css/optics.min.css'; /* If you want a single file with all the styles in it. */
```

## Documentation
2 changes: 2 additions & 0 deletions src/stories/Overview/Introduction.mdx
Original file line number Diff line number Diff line change
@@ -58,4 +58,6 @@ You can add this import to the top of your root level `css` file.
@import '@rolemodel/optics'; /* Using webpack to compile */
/* Or */
@import '@rolemodel/optics/dist/css/optics'; /* Using a different compiler or no compiler */
/* Or */
@import '@rolemodel/optics/dist/css/optics.min.css'; /* If you want a single file with all the styles in it. */
```