Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Rename & fix path file #1067

Closed
MrAndreius opened this issue Sep 6, 2017 · 4 comments
Closed

Rename & fix path file #1067

MrAndreius opened this issue Sep 6, 2017 · 4 comments

Comments

@MrAndreius
Copy link

FoundationPress/library/theme-support.php

line 46
add_editor_style( 'assets/stylesheets/foundation.css' );

@ghost
Copy link

ghost commented Sep 6, 2017

@makar, what FP version you are using? There is no /assets/stylesheets/foundation.css anymore in the latest version.

@MrAndreius
Copy link
Author

MrAndreius commented Sep 6, 2017

now fp compiles css to app.css file
and places it in a folder /dist/assets/stylesheets/

and the code indicates the connection of a file with the old name

line 46
add_editor_style( 'assets/stylesheets/foundation.css' );
fix
line 46
add_editor_style( 'dist/assets/css/app.css' );

?

@ghost
Copy link

ghost commented Sep 6, 2017

@makar, now I got it.. You're right. Make a PR!

@MrAndreius
Copy link
Author

@Eccola that's good

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant