{"id":22297,"date":"2015-07-02T11:20:16","date_gmt":"2015-07-02T05:50:16","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=22297"},"modified":"2016-12-19T15:34:37","modified_gmt":"2016-12-19T10:04:37","slug":"how-to-compile-multiple-sass-files-into-one-css-file","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/","title":{"rendered":"How to compile SASS files ?"},"content":{"rendered":"<p>Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc.<\/p>\n<h3 style=\"font-size: 26px !important;margin: 20px 0 !important\">How to install Sass ?<\/h3>\n<p style=\"font-size: 14.5px;margin-bottom: 7px\"><span style=\"color: #000;font-weight: bold\">Step 1<\/span> &#8211; Download and Install Ruby gem (<a style=\"font-size: 14.5px\" href=\"https:\/\/rubygems.org\/\" target=\"_blank\">https:\/\/rubygems.org\/<\/a>). On a MAC machine, GEM comes pre-installed, so MAC users may skip this step.<\/p>\n<p style=\"font-size: 14.5px;margin-bottom: 7px\"><span style=\"color: #000;font-weight: bold\">Step 2<\/span> &#8211; Open your command prompt or Terminal and type the command &#8220;gem install sass &#8220;<\/p>\n<p style=\"font-size: 14.5px;margin-bottom: 7px\"><span style=\"color: #000;font-weight: bold\">Step 3<\/span> &#8211; To re-confirm whether Sass installation is completed successfully type &#8220;sass -v&#8221; in your command prompt. If it&#8217;s showing version of Sass then it means Sass is successfully installed on your machine.<\/p>\n<h3 style=\"font-size: 26px !important;margin: 20px 0 !important\">How to run and compile Sass ?<\/h3>\n<p style=\"text-align: initial\">On the command prompt, go to the folder,\u00a0which contains the Sass files (for example mySassFile.scss) and execute the following command.<\/p>\n<p>[html]sass &#8211;watch scss:.css[\/html]<\/p>\n<p>Real example, In project we need to execute this command :-<\/p>\n<p>[html]myFolder\\app\\css\\stylesheets&gt; sass &#8211;watch main.scss:..\\myCssFile.css[\/html]<\/p>\n<p>Hope this helps!<br \/>\nLinkedin<br \/>\nTwitter<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 &#8211; Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may [&hellip;]<\/p>\n","protected":false},"author":51,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":3,"footnotes":""},"categories":[1],"tags":[1945,1946,1535,1944],"class_list":["post-22297","post","type-post","status-publish","format-standard","hentry","category-technology","tag-compile-css","tag-preprocessor","tag-sass","tag-scss"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kapil Chotwani\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to compile SASS files ? | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"article:tag\" content=\"technology\" \/>\n\t\t<meta property=\"article:tag\" content=\"compile css\" \/>\n\t\t<meta property=\"article:tag\" content=\"preprocessor\" \/>\n\t\t<meta property=\"article:tag\" content=\"sass\" \/>\n\t\t<meta property=\"article:tag\" content=\"scss\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-07-02T05:50:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-12-19T10:04:37+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to compile SASS files ? | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#article\",\"name\":\"How to compile SASS files ? | TO THE NEW Blog\",\"headline\":\"How to compile SASS files ?\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2015-07-02T11:20:16+05:30\",\"dateModified\":\"2016-12-19T15:34:37+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#webpage\"},\"articleSection\":\"Technology, compile css, preprocessor, Sass, scss\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#listItem\",\"name\":\"How to compile SASS files ?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#listItem\",\"position\":3,\"name\":\"How to compile SASS files ?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/\",\"name\":\"Kapil Chotwani\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/446eb8706b9d5f7e8454c08a5b7170382a4eac53ead85546444e66862834b658?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kapil Chotwani\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/\",\"name\":\"How to compile SASS files ? | TO THE NEW Blog\",\"description\":\"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\\\/\\\/rubygems.org\\\/). On a MAC machine, GEM comes pre-installed, so MAC users may\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-compile-multiple-sass-files-into-one-css-file\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kapil\\\/#author\"},\"datePublished\":\"2015-07-02T11:20:16+05:30\",\"dateModified\":\"2016-12-19T15:34:37+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to compile SASS files ? | TO THE NEW Blog","description":"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may","canonical_url":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#article","name":"How to compile SASS files ? | TO THE NEW Blog","headline":"How to compile SASS files ?","author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/kapil\/#author"},"publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"},"datePublished":"2015-07-02T11:20:16+05:30","dateModified":"2016-12-19T15:34:37+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#webpage"},"articleSection":"Technology, compile css, preprocessor, Sass, scss"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.tothenew.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/www.tothenew.com\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#listItem","name":"How to compile SASS files ?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#listItem","position":3,"name":"How to compile SASS files ?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/www.tothenew.com\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/www.tothenew.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.tothenew.com\/blog\/author\/kapil\/#author","url":"https:\/\/www.tothenew.com\/blog\/author\/kapil\/","name":"Kapil Chotwani","image":{"@type":"ImageObject","@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/446eb8706b9d5f7e8454c08a5b7170382a4eac53ead85546444e66862834b658?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kapil Chotwani"}},{"@type":"WebPage","@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/","name":"How to compile SASS files ? | TO THE NEW Blog","description":"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/#breadcrumblist"},"author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/kapil\/#author"},"creator":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/kapil\/#author"},"datePublished":"2015-07-02T11:20:16+05:30","dateModified":"2016-12-19T15:34:37+05:30"},{"@type":"WebSite","@id":"https:\/\/www.tothenew.com\/blog\/#website","url":"https:\/\/www.tothenew.com\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"article","og:title":"How to compile SASS files ? | TO THE NEW Blog","og:description":"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may","og:url":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","article:tag":["technology","compile css","preprocessor","sass","scss"],"article:published_time":"2015-07-02T05:50:16+00:00","article:modified_time":"2016-12-19T10:04:37+00:00","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"How to compile SASS files ? | TO THE NEW Blog","twitter:description":"Sass (Syntactically Awesome StyleSheets) program automatically compiles Sass files as CSS files. This is an extension of CSS. It allows us to use variables, nested values, mixin, inline imports etc. How to install Sass ? Step 1 - Download and Install Ruby gem (https:\/\/rubygems.org\/). On a MAC machine, GEM comes pre-installed, so MAC users may","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"22297","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"article","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 07:14:02","updated":"2024-02-29 10:23:53","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to compile SASS files ?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"Technology","link":"https:\/\/www.tothenew.com\/blog\/category\/technology\/"},{"label":"How to compile SASS files ?","link":"https:\/\/www.tothenew.com\/blog\/how-to-compile-multiple-sass-files-into-one-css-file\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/22297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/51"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=22297"}],"version-history":[{"count":0,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/22297\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=22297"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=22297"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=22297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}