Skip to content

timakhalaya/styled-jsx-storybook-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project is a test to resolve an issue with using Next.js and Storybook with the new feature in styled-jsx v3 that enables importing regular .css files for use in <style jsx> tags.

Storybook and all of its dependencies are isolated in the /storybook directory. This works fine when css is written directly in the <style jsx> tags. Once import is used, Storybook shows the following error:

Error: styled-jsx/css: if you are getting this error it means that your `global` tagged template literals were not transpiled.

Usage

To start Storybook, cd into the /storybook directory and run npm run sb. This will start Storybook at http://localhost:4000/.

The example component is located in components/nav.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • CSS 0.6%