Set up project:
mkdir project
cd project
npm init -y| <?php | |
| $loop = new WP_Query( array( | |
| 'post_type' => 'Property', | |
| 'posts_per_page' => -1 | |
| ) | |
| ); | |
| ?> | |
| <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> |
| # Require any additional compass plugins here. | |
| # The starting contents for config.rb | |
| # Set this to the root of your project when deployed: | |
| http_path = "../" | |
| css_dir = "css" # Set this to the directory of your current css files: | |
| sass_dir = "scss" | |
| images_dir = "images" # Set this to the directory of your current images files: | |
| javascripts_dir = "js" # Set this to the directory of your current JavaScript files: |