Skip to content

Commit

Permalink
update primerCSS to use @16.0.0-rc.873c0d1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuyol committed Mar 12, 2021
1 parent 1f6dc0a commit 23c30aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Demo</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<link href="https://unpkg.com/@primer/css-next@canary/dist/primer.css" rel="stylesheet" />
<link href="https://unpkg.com/@primer/css@16.0.0-rc.873c0d1/dist/primer.css" rel="stylesheet" />

<%= javascript_include_tag "primer_view_components", type: "module" %>
</head>
Expand Down
2 changes: 1 addition & 1 deletion demo/app/views/layouts/storybook_centered_preview.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>ActionView::Component Storybook Preview</title>

<link href="https://unpkg.com/@primer/css-next@canary/dist/primer.css" rel="stylesheet" />
<link href="https://unpkg.com/@primer/css@16.0.0-rc.873c0d1/dist/primer.css" rel="stylesheet" />
<% if Rails.env.development? %>
<%= javascript_include_tag "primer_view_components", host: "localhost:4000" %>
<% else %>
Expand Down
2 changes: 1 addition & 1 deletion demo/app/views/layouts/storybook_preview.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>ActionView::Component Storybook Preview</title>

<link href="https://unpkg.com/@primer/css-next@canary/dist/primer.css" rel="stylesheet" />
<link href="https://unpkg.com/@primer/css@16.0.0-rc.873c0d1/dist/primer.css" rel="stylesheet" />
<% if Rails.env.development? %>
<%= javascript_include_tag "primer_view_components", host: "localhost:4000" %>
<% else %>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/@primer/gatsby-theme-doctocat/components/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Head(props) {
<meta property="og:description" content={description} />
<meta property="og:image" content={siteMetadata.imageUrl} />
<meta property="twitter:card" content="summary_large_image" />
<link href="https://unpkg.com/@primer/css-next@canary/dist/primer.css" rel="stylesheet" />
<link href="https://unpkg.com/@primer/css@16.0.0-rc.873c0d1/dist/primer.css" rel="stylesheet" />
<script src="https://unpkg.com/@primer/view-components@latest/app/assets/javascripts/primer_view_components.js"></script>
</Helmet>
)
Expand Down

0 comments on commit 23c30aa

Please sign in to comment.