You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing this works, and you get ALL barceloneta CSS, but it breaks as there is a relative path to point to the roboto fonts folder, but the folder is not shipped with the NPM package 😕
Gets the roboto folder shipped with the NPM package, though the location is still wrong, as the top-level CSS (in scss/_roboto-webfont.scss) asks to have it at the top-level as well:
$roboto-base-path: "../roboto/"!default;
So, two questions:
how does it work now? as the SCSS is at the top-level but it tries to reference a roboto folder that is buried inside plonetheme/barceloneta/theme/roboto
adding this extra line on package.json so that the roboto folder is also shipped would be acceptable? Otherwise are we meant to ship that ourselves due to licensing or so? 🤔
The text was updated successfully, but these errors were encountered:
If one wants to use only part of this theme to style the website (see #128 ) the first approach is to do:
On
package.json
:And on your own SCSS:
Doing this works, and you get ALL barceloneta CSS, but it breaks as there is a relative path to point to the
roboto
fonts folder, but the folder is not shipped with the NPM package 😕Adding to
plonetheme.barceloneta/package.json
:Gets the
roboto
folder shipped with the NPM package, though the location is still wrong, as the top-level CSS (inscss/_roboto-webfont.scss
) asks to have it at the top-level as well:So, two questions:
roboto
folder that is buried insideplonetheme/barceloneta/theme/roboto
package.json
so that theroboto
folder is also shipped would be acceptable? Otherwise are we meant to ship that ourselves due to licensing or so? 🤔The text was updated successfully, but these errors were encountered: